Version

WorksheetItemCollection<T> Class

Abstract base class for collections of the main worksheet elements (rows, columns, and cells).
Syntax
public abstract class WorksheetItemCollection<T> 
where T: class
Type Parameters
T
The type of item contained in the collection.
Remarks

Because of the large number of elements on a worksheet, this collection internally creates elements when they are requested. Iterating this collection will only iterate the elements which have already been created.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also